docs(readme): split bilingual README into EN and zh-CN files#22
Merged
Conversation
Having both languages stacked in one file made each language section harder to scan and forced non-target-language readers past a wall of text. Split into README.md (EN) and README.zh-CN.md with mutual top-of-file links so each reader lands on their language directly.
|
Failed to generate code suggestions for PR |
litellm routes providers by model-name prefix. Bare 'MiniMax-M2.5' hit 'LLM Provider NOT provided' because litellm can't infer the provider from the name alone, so describe/review/improve all failed. Prefix all three model slots with 'openai/' so litellm dispatches through the OpenAI-compatible path to OPENAI_API_BASE, and register CUSTOM_MODEL_MAX_TOKENS so token counting doesn't error on an unknown model.
genni613
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.mdinto language-specific files:README.md(English) andREADME.zh-CN.md(中文).Test plan
#build,#构建) still resolve within each file.